home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / apps / katepart / katepartui.rc < prev   
Text File  |  2005-09-10  |  6KB  |  125 lines

  1. <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
  2. <kpartgui name="KatePartView" version="40">
  3. <MenuBar>
  4.   <Menu name="file" noMerge="1"><text>&File</text>
  5.     <Action name="file_save" group="save_merge" />
  6.     <Action name="file_save_as" group="save_merge" />
  7.     <Action name="file_reload" group="revert_merge" />
  8.     <Action name="file_print" group="print_merge" />
  9.     <Separator group="print_merge" />
  10.     <Action name="file_export_html" group="print_merge"/>
  11.   </Menu>
  12.  
  13.   <Menu name="edit" noMerge="1"><text>&Edit</text>
  14.     <Action name="edit_undo" group="edit_undo_merge" />
  15.     <Action name="edit_redo" group="edit_undo_merge" />
  16.     <Separator group="edit_undo_merge" />
  17.     <Action name="edit_cut" group="edit_paste_merge" />
  18.     <Action name="edit_copy" group="edit_paste_merge" />
  19.     <Action name="edit_copy_html" group="edit_paste_merge" />
  20.     <Action name="edit_paste" group="edit_paste_merge" />
  21.     <Separator group="edit_paste_merge" />
  22.     <Action name="edit_select_all" group="edit_select_merge" />
  23.     <Action name="edit_deselect" group="edit_select_merge" />
  24.     <Action name="set_verticalSelect" group="edit_select_merge" />
  25.     <Separator group="edit_select_merge" />
  26.     <Action name="set_insert" group="edit_select_merge" />
  27.     <Separator group="edit_select_merge" />
  28.     <Action name="edit_find" group="edit_find_merge" />
  29.     <Action name="edit_find_next" group="edit_find_merge" />
  30.     <Action name="edit_find_prev" group="edit_find_merge" />
  31.     <Action name="edit_replace" group="edit_find_merge" />
  32.     <Separator group="edit_find_merge" />
  33.     <Action name="go_goto_line" group="edit_find_merge"/>
  34.   </Menu>
  35.  
  36.   <Menu name="view" noMerge="1"><text>&View</text>
  37.     <Action name="switch_to_cmd_line" group="view_operations" />
  38.     <Separator group="view_operations" />
  39.     <Action name="view_schemas" group="view_operations" />
  40.     <Separator group="view_operations" />
  41.     <Action name="view_dynamic_word_wrap" group="view_operations" />
  42.     <Action name="dynamic_word_wrap_indicators" group="view_operations" />
  43.     <Action name="view_word_wrap_marker" group="view_operations" />
  44.     <Separator group="view_operations" />
  45.     <Action name="view_border" group="view_operations" />
  46.     <Action name="view_line_numbers" group="view_operations" />
  47.     <Action name="view_scrollbar_marks" group="view_operations" />
  48.     <Separator group="view_operations" />
  49.     <Action name="view_folding_markers" group="view_operations" />
  50.     <Menu name="codefolding" group="view_operations"><text>&Code Folding</text>
  51.       <Action name="folding_toplevel" group="view_operations" />
  52.       <Action name="folding_expandtoplevel" group="view_operations" />
  53.       <Action name="folding_collapselocal" group="view_operations" />
  54.       <Action name="folding_expandlocal" group="view_operations" />
  55.     </Menu>
  56.     <Separator group="view_operations" />
  57.   </Menu>
  58.  
  59.   <Action name="bookmarks" />
  60.  
  61.   <Menu name="tools" noMerge="1"><text>&Tools</text>
  62.     <Action name="tools_toggle_write_lock" group="tools_operations" />
  63.     <Separator group="tools_operations" />
  64.     <Action name="set_filetype" group="tools_operations" />
  65.     <Action name="set_highlight" group="tools_operations" />
  66.     <Action name="tools_indentation" group="tools_operations" />
  67.     <Action name="set_encoding" group="tools_operations" />
  68.     <Action name="set_eol" group="tools_operations" />
  69.     <Separator group="tools_operations" />
  70.     <Action name="tools_spelling" group="tools_operations" />
  71.     <Action name="tools_spelling_from_cursor" group="tools_operations" />
  72.     <Action name="tools_spelling_selection" group="tools_operations" />
  73.     <Separator group="tools_operations" />
  74.     <Action name="tools_indent" group="tools_operations" />
  75.     <Action name="tools_unindent" group="tools_operations" />
  76.     <Action name="tools_cleanIndent" group="tools_operations" />
  77.     <Action name="tools_align" group="tools_operations" />
  78.     <Separator group="tools_operations" />
  79.     <Action name="tools_comment" group="tools_operations" />
  80.     <Action name="tools_uncomment" group="tools_operations" />
  81.     <Separator group="tools_operations" />
  82.     <Action name="tools_uppercase" group="tools_operations" />
  83.     <Action name="tools_lowercase" group="tools_operations" />
  84.     <Action name="tools_capitalize" group="tools_operations" />
  85.     <Separator group="tools_operations" />
  86.     <Action name="tools_join_lines" group="tools_operations" />
  87.     <Action name="tools_apply_wordwrap" group="tools_operations" />
  88.   </Menu>
  89.  
  90.   <Menu name="settings" noMerge="1"><text>&Settings</text>
  91.     <Action name="set_confdlg" group="configure_merge" />
  92.   </Menu>
  93. </MenuBar>
  94.  
  95. <Menu name="ktexteditor_popup" noMerge="0">
  96.   <Action name="edit_undo" group="popup_operations" />
  97.   <Action name="edit_redo" group="popup_operations" />
  98.   <Separator group="popup_operations" />
  99.   <Action name="edit_cut" group="popup_operations" />
  100.   <Action name="edit_copy" group="popup_operations" />
  101.   <Action name="edit_paste" group="popup_operations" />
  102.   <Separator group="popup_operations" />
  103.   <Action name="edit_select_all" group="popup_operations" />
  104.   <Action name="edit_deselect" group="popup_operations" />
  105.   <Separator group="popup_operations" />
  106.   <Action name="bookmarks" group="popup_operations" />
  107.   <Separator group="popup_operations" />
  108. </Menu>
  109.  
  110. <ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
  111.   <Action name="file_save" group="file_operations" />
  112.   <Action name="file_save_as" group="file_operations" />
  113.   <Action name="file_print" group="print_merge" />
  114.   <Action name="edit_undo" group="edit_operations" />
  115.   <Action name="edit_redo" group="edit_operations" />
  116.   <Action name="edit_cut" group="edit_operations" />
  117.   <Action name="edit_copy" group="edit_operations" />
  118.   <Action name="edit_paste" group="edit_operations" />
  119.   <Action name="edit_find" group="find_operations" />
  120.   <Action name="incFontSizes" group="zoom_operations" />
  121.   <Action name="decFontSizes" group="zoom_operations" />
  122. </ToolBar>
  123.  
  124. </kpartgui>
  125.